2009年9月10日 — Just go project Reference and check Microsoft Scripting Runtime and click OK. Then you can use this code which is way better than the default ...
Filter = Text files(*.txt) | *.txt CommonDialog1.FilterIndex = 1 CommonDialog1.Action = 1 Open CommonDialog1.FileName For Input As #1 Do If EOF(1) Then ...
2014年10月22日 — I have many Notepad files on my computer and intend to open them with a VB code. Is this possible and if so,how Your help is appreciated.
2022年8月9日 — i have this code and it saves data from textbox to a text file problem is it first open txt file and then write data however when text file ...
2022年11月21日 — Hi guys, I'm developing a CRUD in VB6, but I didn't find much on google. I would like to ask for your help. I need your help just to diplay ...